home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release).as
Text File  |  2007-10-01  |  247b  |  11 lines

  1. on(release){
  2.    gotoAndStop(11);
  3.    _root.heroOVER._x = -10;
  4.    _root.heroOVER._y = -10;
  5.    _root.hero._y = 50;
  6.    _root.hero.gotoAndStop("stand");
  7.    _root.stage._x = _level0.mapX;
  8.    _root.back._x = _level0.bgX;
  9.    _level0.keys = 0;
  10. }
  11.